home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Reference Manual / Prograph Reference 5-7 / Prograph Reference 5-7.rsrc / TEXT_137.txt < prev    next >
Encoding:
Text File  |  1995-10-25  |  2.7 KB  |  80 lines

  1. ¬†       Click Item 
  2.  
  3. Inherits from:     Window Item  
  4.  
  5.  
  6. _____________________________________________________
  7. ¬†                  name   *193*
  8.  
  9. Type:  string 
  10. Description:    Used by the primitive find-item to find a ¬´Click Item¬ª by name. 
  11.  
  12. _____________________________________________________
  13. ¬†                  owner   *193*
  14.  
  15. Type:  Window 
  16. Constraints:    Not settable.    
  17. Description:  If ¬´Click Item¬ª is a member of item list of an active ¬´Window¬ª, then the value of this attribute is that ¬´Window¬ª; otherwise it is NULL.    
  18.  
  19.  
  20. _____________________________________________________
  21. ¬†                  active?   *193*
  22.  
  23. Type:  boolean    
  24. Constraints:    Not settable on default.    
  25. Description:     ¬´Click Item¬ª responds to clicks only if the value of this attribute is TRUE.    
  26.  
  27.  
  28. _____________________________________________________
  29. ¬†                  visible?   *193*
  30.  
  31. Type:  boolean    
  32. Description:  ¬´Click Item¬ª is displayed in the owning ¬´Window¬ª if and only if the value of this attribute is TRUE.    
  33. Side effects:    Setting causes ¬´Click Item¬ª to be redrawn in the owning ¬´Window¬ª.     
  34.  
  35.  
  36. _____________________________________________________
  37. ¬†                  move?   *194*
  38.  
  39. Type:  boolean    
  40. Description:     The location of ¬´Click Item¬ª is changed relative to the size of the owning ¬´Window¬ª if and only if the value of this attribute is TRUE.    
  41.  
  42.  
  43. _____________________________________________________
  44. ¬†                  grow?   *194*
  45.  
  46. Type:  boolean    
  47. Description:     The size of ¬´Click Item¬ª is changed relative to the size of the owning ¬´Window¬ª if and only if the value of this attribute is TRUE.    
  48.  
  49.  
  50. _____________________________________________________
  51. ¬†                  location   *194*
  52.  
  53. Type:  Point    
  54. Description:    The location of the upper left corner of ¬´Click Item¬ª in owning ¬´Window¬ª.    
  55. Side effects:    Setting causes ¬´Click Item¬ª to be redrawn.    
  56.  
  57.  
  58. _____________________________________________________
  59. ¬†                  size   *194*
  60.  
  61. Type:  Point    
  62. Description:    Offset of lower right corner of ¬´Click Item¬ª from upper left corner.    
  63. Side effects:    Setting causes ¬´Click Item¬ª to be redrawn.    
  64.  
  65.  
  66. _____________________________________________________
  67. ¬†                   balloon   *194*
  68.  
  69. Type:     list 
  70. Description:    Balloon Help information; format varies with the type (Prograph string or 'STR ', 'STR#', 'TEXT' or 'PICT' resource) of Balloon Help.    
  71.  
  72.  
  73. _____________________________________________________
  74. ¬†                   click method   *195*
  75.  
  76. Type:     string 
  77. Description: The name of the method called when a click occurs on the ¬´Click Item¬ª. ¬´Click Item¬ª responds to clicks only if the value is a nonempty string.    
  78. Method inputs:     <owning ¬´Window¬ª>, ¬´Click Item¬ª, <EventRecord of click> 
  79.  
  80.